Welcome![Sign In][Sign Up]
Location:
Search - WORD API

Search list

[GDI-BitmapGDIjiaSDK

Description: 关于GDI+ SDK的word文档,方便打印阅读,与gdi对比,列出api等-The word on the GDI+ documentation to facilitate the print reading, compared with gdi, list api, etc.
Platform: | Size: 1913856 | Author: shenyunhai | Hits:

[JSP171_JMFAPI

Description: jmf中文API word格式 不能索引-jmf Chinese API word format can not index
Platform: | Size: 263168 | Author: yangzhou | Hits:

[Otherfanyi

Description: 随着21世纪信息社会的到来,计算机在人们的工作和生活中的深入,特别是我国加入WTO的推动,要求我们越来越多地与英语打交道,为了方便用户,于是出现了各种各样的翻译软件,如金山快译,东方快车等等.应用VB强大的数据库访问功能并结合API函数的调用,可以方便地制作即指即译的翻译器,以实现英文的即时汉化。本软件通过捕捉鼠标位置,并在鼠标位置范围内查找离它最近的英文单词,然后在单词库(词汇.mdb)中查找该词的中文意思,并将其中文意思显示出来。-With the advent of the information society in the 21st century, computers in people' s work and life in-depth, especially in promoting China' s accession to WTO, more and more demands that we deal with the English, for the convenience of users, then there a wide variety of translation software, such as FastAIT, Orient Express and so on. application of VB features and powerful database access with API function calls, you can easily create Jizhi the translation of translator in order to achieve real-time localization in English. The software by capturing the mouse position and place in the context of the mouse to find its nearest English word, and then in the word library (vocabulary. Mdb) to find the Chinese word meaning, and its English meaning displayed.
Platform: | Size: 41984 | Author: 刘朝云 | Hits:

[OtherVB_word

Description: 利用VISUAL BASIC底层编程模块API打开WORD,并将其中的文字和数据读入VB中,实现VB和WORD 的数据交换-VISUAL BASIC programming module using low-level API to open WORD, which will read text and data in VB, VB, and WORD to achieve the data exchange
Platform: | Size: 5120 | Author: SMALLPING | Hits:

[ELanguage200621320392685

Description: 这是一个真正的32位编译器源代码,能直接生成低级机器码和x86 PE可执行文件,能创建GUI或者CUI可执行文件和动态连接库程序,支持byte, word, dword, 单精度浮点数据类型,比较,For, While, Loop 等循环,支持API调用,支持标准常数、自定义数据等,界面漂亮。 -This is a true 32-bit compiler source code, can directly produce low-level machine code and x86 PE executable file, can create GUI or CUI executable files and dynamic link library program to support byte, word, dword, single precision floating point data type, comparison, For, While, Loop and other cycle, support API calls, supports standard constant, custom data, interface beautiful.
Platform: | Size: 498688 | Author: q252065581 | Hits:

[SNMPSNMPAPI

Description: 这是一个SNMP的API,唯一的缺点就是英文的。中文的我也在找,如果有找到中文的给我留个言啊。-This is an SNMP-API, the only drawback is that in English. Chinese, I also find that if I find the Chinese to leave a word ah. Thank you
Platform: | Size: 3097600 | Author: 周海明 | Hits:

[SCMcode

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。
Platform: | Size: 589824 | Author: 张亚东 | Hits:

[GDI-BitmapGDIOGDIjiafenxi

Description: GDI和GDI+API word文档,有目录,方便打印和阅读,并做了对比,和详细的中文说明-GDI and GDI+ API word document, a directory for easy printing and reading, and do a comparison, and detailed English description
Platform: | Size: 2028544 | Author: 海洋 | Hits:

[Windows Develop2

Description: 通过EnumWindows,GetWindowText,SendMessage, 三个API,向窗口标题第一个字为‘电’字的顶层窗口发送WM_CLOSE消息-By EnumWindows, GetWindowText, SendMessage, the three API, the first word to the window title for the ' power' words to send WM_CLOSE message on top of the window
Platform: | Size: 1024 | Author: 孙悟空 | Hits:

[ELanguagewindows_c_32

Description: 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制出了汉语词法分析系统ICTCLAS(Institute of Computing Technology, Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典。我们先后精心打造五年,内核升级6次,目前已经升级到了ICTCLAS3.0。ICTCLAS3.0分词速度单机996KB/s,分词精度98.45 ,API不超过200KB,各种词典数据压缩后不到3M,是当前世界上最好的汉语词法分析器。-Chinese lexical analysis is the basis for Chinese information processing and key. Institute of Computing Technology, Chinese Academy of research accumulated over the years, based on the production of the Chinese Lexical Analysis System ICTCLAS (Institute of Computing Technology, Chinese Lexical Analysis System), the main features include Chinese words POS tagging named entity recognition new words recognition also supports user dictionaries. We have carefully built five years to upgrade the kernel 6, has been upgraded to ICTCLAS3.0. ICTCLAS3.0 single segmentation speed 996KB/s, sub-word accuracy of 98.45 , API does not exceed 200KB, a variety of data compression dictionary in less than 3M, is currently the world' s best Chinese lexical analyzer.
Platform: | Size: 10334208 | Author: 陈蓉 | Hits:

[Com PortSerialPort

Description: 利用windows API函数编写的串口通信程序,本程序的目的是发送一个字节的控制字给系统的控制端.-Using windows API function prepared by the serial communication program, the purpose of this procedure is to send a byte control word to the system console.
Platform: | Size: 3693568 | Author: 宇竞 | Hits:

[OtherOffice_vba

Description: Office_vba编程手册合集(CHM) ,全套vba手册api,包括word,excel、powerpoint-VBA api manual, a full set of
Platform: | Size: 8449024 | Author: jons | Hits:

[Delphi VCLxqw0910

Description: brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取CPU温度,这是一个用VC完成的代 ·作者自写了一个图像识别的UNIT,可 ·中控指纹识别软件开发包Biokey SDK ·功能强大的霸王插件源代码,delphi ·IOCP Socket Server控件 ·Delphi开发的QQ2000界面程序.rar ·此系统完成了485抄表,其中包括645 ·delphi下控制USB的代码,非常不错, ·此系统完成了单向复费率电能表的抄 ·usb hid 控件 ·用delphi写的杀毒软件的源程序,我 ·远程虚拟拨号程序,通过PPTP协议建 ·在网上很多SPCOMM组件下载安装后都 ·遗传模拟退火算法通用源程序 给定 联系站长 · 版权投诉 · 网站修改建议 © 2004-2010 pudn.com 湘ICP备07000446 Word Delphi写的Micro delphi_word VCL 115 关闭 -brush developed in delphi ·Improved component for work with ·Improve DBGrid from EhLib. Many f ·Delphi 的StringGrid无法嵌入ComboB ·一个相当不错的皮肤源码 ·制作API钩子,截获API的源码 ·漂亮的delphi界面控件 ·远程桌面,服务端+客户端 ·DELPHI办公全套管理系统 ·针对 UDP 通讯协议的 Socket 构件, ·获取CPU温度,这是一个用VC完成的代 ·作者自写了一个图像识别的UNIT,可 ·中控指纹识别软件开发包Biokey SDK ·功能强大的霸王插件源代码,delphi ·IOCP Socket Server控件 ·Delphi开发的QQ2000界面程序.rar ·此系统完成了485抄表,其中包括645 ·delphi下控制USB的代码,非常不错, ·此系统完成了单向复费率电能表的抄 ·usb hid 控件 ·用delphi写的杀毒软件的源程序,我 ·远程虚拟拨号程序,通过PPTP协议建 ·在网上很多SPCOMM组件下载安装后都 ·遗传模拟退火算法通用源程序 给定 联系站长 · 版权投诉 · 网站修改建议 © 2004-2010 pudn.com 湘ICP备07000446 Word Delphi写的Micro delphi_word VCL 115 关闭
Platform: | Size: 247808 | Author: gongaimin | Hits:

[ActiveX/DCOM/ATLActiveX

Description: ActiveX控件 教程 VB应用程序的用户界面主要由控件构成,而在工具箱中只提供了21个标准控件。显然,只使用这些控件编写复杂的应用程序是有困难的。因此,有必要对VB的功能进行扩展,其途径主要有以下三种: • 利用VB以及第三方开发商为用户提供的大量的ActiveX控件。它们是VB工具箱的扩充,能够大大增强VB的编程功能。 • 使用OLE技术。可以将其他Windows应用程序的对象,如Word文档、Excel图表等插入到VB应用程序中,从而增强VB与其他应用程序共享及传输数据的能力。 • 调用系统API函数。API函数是Windows环境中可供任何Windows应用程序调用的一组函数,可以调用这些函数进行系统控制等操作。 -This VB application user interface consists mainly of control, and the composition of the kit provides only 21 standard controls. Obviously, only use these controls write complicated application is difficult. Therefore, it is necessary to the VB function expansion and its approach has three main types: , using VB and third-party developers for users provide large amounts of ActiveX controls. They are VB toolbox extended, can greatly enhance the VB programming function. , use OLE technology. Can other Windows application object, such as Word doc, Excel illustrations etc insert VB app, thereby enhancing the VB and other applications to share and data transmission ability. , call system API functions. API is Windows environment for any Windows application procedure call a set of functions, which can call these functions systematically control operation.
Platform: | Size: 369664 | Author: yangxianfeng | Hits:

[ELanguageICTCLAS50_Windows_64_C

Description: 中文词法分析是中文信息处理的基础与关键。中国科学院计算技术研究所在多年研究工作积累的基础上,研制了汉语词法分析系统ICTCLAS(Institute of Computing Technology,Chinese Lexical Analysis System),主要功能包括中文分词;词性标注;命名实体识别;新词识别;同时支持用户词典;支持繁体中文;支持gb2312、GBK、UTF8等多种编码格式。 ICTCLAS分词速度单机500KB/s,分词精度98.45 ,API不超过100kb,各种词典数据压缩后不到3M,是世界上最好的汉语词法分析器。 -Chinese lexical analysis is the basis of Chinese information processing and key. Institute of Computing Technology, Chinese Academy of research accumulated over the years based on the development of a Chinese lexical analysis system ICTCLAS (Institute of Computing Technology, Chinese Lexical Analysis System), the main features include Chinese word POS tagging named entity recognition new word recognition also supports user dictionaries support Traditional Chinese support gb2312, GBK, UTF8 and other encoding formats. ICTCLAS single word speed 500KB/s, word accuracy of 98.45 , API does not exceed 100kb, a variety of dictionary data compression in less than 3M, is the world' s best Chinese lexical analyzer.
Platform: | Size: 9239552 | Author: huangfei | Hits:

[Hook apiVCHookDemo

Description: VC++全局钩子的实现,能够是实现全局钩子的 鼠标取词,get word。利用Windows API钩子技术实现全屏幕取词。 vc++编写的鼠标键盘消息的拦截程序,运用钩子实现-the global hook of VC++ Demo
Platform: | Size: 41984 | Author: Gosling | Hits:

[FlashMXFlex4.0API

Description: flex4.0程序员开发api文档,格式为chm-flex4.0 api word
Platform: | Size: 36799488 | Author: hss | Hits:

[.nettaobaoke_mysql_v2.12.0505-(2)

Description: 程序采用 .net 4.0 + MSSQL/MYSQL 进行开发,全自动应用淘客api,自动转换淘宝客链接,支持批量更新、批量导入,支持网站关键字动态化设置、url伪静态动态设置、广告动态设置(支持各大联盟广告代码发布)、可将淘宝客商品设置成广告产品形式展播等功能。并且支持关键词广告位竞价功能,可通过支付宝直接支付功能。-Program using asp.net 4.0+ MSSQL/MYSQL development, automatic application tao guest API, automatic conversion taobao guest links, supports batch update, batch import, and support website key word set, url pseudo static dynamic dynamic Settings, advertising dynamic Settings (support each big league AD code released), but will clean out treasure guest goods set to advertising products form show etc. Function. And support keyword advertising a bidding function, can be through the pay treasure paid directly to function.
Platform: | Size: 4602880 | Author: 常航 | Hits:

[Hook apiAPIH00k

Description: API钩子系统一般框架 通常,我们把拦截API的调用的这个过程称为是安装一个API钩子(API Hook)。一个API钩子基本是由两个模块组成:一个是钩子服务器(Hook Server)模块,一般为EXE的形式;一个是钩子驱动器(Hook Driver)模块,一般为DLL的形式。 钩子服务器主要负责向目标进程注入钩子驱动器,使得钩子驱动器运行在目标进程的地址空间中,这是关键的第一步,而钩子驱动器则负责实际的API拦截处理工作,以便在我们所关心的API函数调用的之前或之后能做一些我们所希望的工作。一个比较常见的API钩子的例子就是一些实时翻译软件(像金山词霸)中必备的的功能:屏幕抓词。它主要是对一些Win32 API中的GDI函数进行了拦截,获取它们的输入参数中的字符串,然后在自己的窗口中显示出来。 针对上述关于API钩子的两个部分,有以下两点需要我们重点考虑的: 选用何种DLL注入技术,以及采用何种API拦截机制。 本篇文章来源于 黑基网-中国最大的网络安全站点 原文链接:file:///C:/Documents 20and 20Settings/jingtianzi/桌面/最新资料/黑客编程:hook系统函数-学院-黑基网.mht-General framework for API hook system Usually, we called this process intercept API calls is to install an API hook (API Hook,). An API hooks basically consists of two modules: one is the hook server (Hook, Server) module, generally in the form of EXE a hook drive (Hook Driver) module, generally in the form of a DLL. Hook server is mainly responsible to the target process inject hook driver device, hook-driven devices running on the target process address space, a critical first step, while the hook-driven device is responsible for the actual API to intercept processing so that in we are concerned with API functions before or after the call to do something we want. Example of a common API hook is some real-time translation software (such as necessary.) Function: screen grab word. It is mainly to intercept some of the Win32 API GDI functions to obtain the string in the input parameters, and then displayed in its own window. For the two parts of the API hook, the following two ke
Platform: | Size: 555008 | Author: 刘永 | Hits:

[Linux-Unixfor-linux-sockets

Description: 可以用来学习怎么在linux环境中编写套接字网络编程,用于熟悉linux提供了套件字编程的API。-Can be used to learn how to write a socket network programming in linux environment used to be familiar with Linux programming API suite word.
Platform: | Size: 15360 | Author: dongmenqing | Hits:
« 1 2 3 45 6 »

CodeBus www.codebus.net